@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
    -webkit-font-smoothing: antialiased; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
    margin: 0;
    padding: 0;
}
a{
    text-decoration : none;
    color: #00b050;
}
a:hover{
    text-decoration : none;
    color: #2c2c2c;
}
a:visited{
    text-decoration : none;
}
a:active{
    text-decoration : none;
}
a:link{
    text-decoration : none;
}

.w1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.fr{
    float: right;
}
.fl{
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.f_direction-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_wrap {
    -webkit-box-pack: wrap;
    -ms-flex-pack: wrap;
    -webkit-justify-content: wrap;
    flex-wrap: wrap;
}

.f_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.f_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.f_justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.f_align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_align-between {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc_block {
    display: block;
}

.pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_table {
    display: table;
}

.pc_table_cell {
    display: table-cell;
}

.m_block,.m_flex,.m_table,.m_table_cell {
    display: none;
}

.header {}

.header .top_welcome {
    width: 100%;
    height: 36px;
    background: rgb(238, 238, 238);
    line-height: 36px;
    color: #7b7b7b;
    font-size: 14px;
}

.top_welcome p {}

.header .head {
    padding: 24px 0;
}

.header .head .head_logo {}

.header .head .head_logo .logo {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #cccccc;
}

.header .head .head_logo .logo img {
    height: 80px;
    width: auto;
}

.header .head .head_logo .slogan {}

.header .head .head_logo .slogan h2 {
    font-size: 20px;
    line-height: 36px;
    color: #5a5a5a;
    font-weight: bold;
}

.header .head .head_logo .slogan p {
    font-size: 20px;
    line-height: 36px;
    color: #5a5a5a;
}

.header .head .head_logo .slogan h2 i {
    font-style: unset;
    color: #f4b908;
    padding: 0 5px;
}

.header .head .head_tel {}

.header .head .head_tel i {
    font-size: 50px;
    color: #f4b908;
}

.header .head .head_tel p {
    font-size: 14px;
    color: #5a5a5a;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 1.5;
}

.header .head .head_tel p span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}

.header .nav {
    height: auto;
    background-color: #f4b908;
}

.header .nav ul {}

.header .nav ul li {
    float: left;
    line-height: 45px;
    height: 45px;
    width: 12.5%;
}

.header .nav ul li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.2s;
    height: 100%;
}

.header .nav ul li a:hover,.header .nav ul li a.active {
    background: #414141;
}

.banner .carousel-indicators li {
    background-color: #ffffff;
    opacity: 0.6;
}

.banner .carousel-indicators li.active {
    opacity: 1;
    background-color: #f4b908;
    border-width: 2px;
}

.search {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.search .s-heat-div {
    font-size: 13px;
    color: #666666;
    line-height: 42px;
    height: 42px;
}

.search .s-heat-div b {font-weight: 500;}

.search .s-heat-div a {
    padding-left: 10px;
}

.search .s-form-div {
    border: 1px solid #f0f0f0;
}

.search .s-form-div .s-text {
    border: none;
    height: 42px;
    outline: 0;
    width: 230px;
    padding: 0 8px;
}

.search .s-form-div .s-btn {
    height: 42px;
    width: 58px;
    background: #ffffff;
    color: #000000;
    border: none;
    border-left: 1px solid #f0f0f0;
}

.index_product {
    padding: 40px 0;
}

.index_product .product_tit {
    width: 18.5%;
    background: #f4b908;
    padding-bottom: 3%;
}

.index_product .product_tit .product_name {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.index_product .product_tit .product_class {
    width: 98%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 15px;
    margin-bottom: 12%;
}

.index_product .product_tit .product_class ul {}

.index_product .product_tit .product_class li {
    padding: 12px 10px;
    border-bottom: 1px solid #dddddd;
}

.index_product .product_tit .product_class li:nth-last-child(1) {
    border-bottom: none;
}

.index_product .product_tit .product_class .initial {}

.index_product .product_tit .product_class .initial a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}

.index_product .product_tit .product_class .detailed {}

.index_product .product_tit .product_class .detailed a {
    display: block;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 30px;
}

.index_product .product_tit .product_class li a:hover {
    color: #f4b908;
}

.index_product .product_tit form {
    width: 160px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
}

.index_product .product_tit form .btn1 {
    display: block;
    border: 1px solid #ffffff;
    background: #f4b908;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
}

.index_product .product_tit form .btn1::-webkit-input-placeholder {
    color: #ffffff;
}

.index_product .product_tit form .btn1:-moz-placeholder {
    color: #ffffff;
}

.index_product .product_tit form .btn1::-moz-placeholder {
    color: #ffffff;
}

.index_product .product_tit form .btn1:-ms-input-placeholder {
    color: #ffffff;
}


.index_product .product_tit form .btn1:focus {
    outline: none;
    background: #838383;
}

.index_product .product_tit form .btn2 {
    border: none;
    display: block;
    font-size: 15px;
    background: #ffffff;
    color: #f4b908;
    line-height: 34px;
    width: 100%;
    border-radius: 3px;
}

.index_product .product_tit form .btn2:focus {
    outline: none;
}

.index_product .product_list {
    width: 80%;
    padding: 1.6%;
    padding-bottom: 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.index_product .product_list .list {}

.index_product .product_list .list ul {}

.index_product .product_list .list li {
    margin: 2.2% 2.8%;
    margin-bottom: 40px;
    position: relative;
    width: 27.733%;
    overflow: hidden;
}

.index_product .product_list .list li .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.index_product .product_list .list li .img img {
    width: 100%;
    height: auto;
    transition: all 0.2s;
}

.index_product .product_list .list li .img span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(244 185 8 / 0.55);
}

.index_product .product_list .list li .img i {
    font-size: 50px;
    color: #ffffff;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    text-align: center;
}

.index_product .product_list .list li .name {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #5a5a5a;
}

.index_product .product_list .list li:hover .img img {
    transform: scale(1.1);
}

.index_product .product_list .list li:hover .img span {
    display: table;
}

.scheme {
    position: relative;
    height: 320px;
    background: url(../images/scheme_bd.jpg) no-repeat center;
}

.scheme i.scheme_bd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: rgb(63 81 181 / 0.82);
}

.scheme .scheme_text {
    padding: 3% 2% 0 0;
    width: 50%;
    position: relative;
    z-index: 2;
}

.scheme .scheme_text p {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 10px 0;
}

.scheme .scheme_text b {
    display: block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    height: 50px;
    letter-spacing: 5px;
}

.scheme .scheme_text p span {
    font-size: 26px;
}

.scheme .scheme_text p a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    float: right;
}

.scheme .scheme_text p a:hover {
    color: #f4b908;
    background-color: #ffffff;
}


.ability {
    padding: 40px 0;
}

.ability .ability_tit {}

.ability .ability_tit h2 {
    font-size: 40px;
    color: #000000;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
}

.ability .ability_tit h2 i {
    font-size: 60px;
    color: #f4b908;
    font-weight: bold;
    padding-right: 5px;
}

.ability .ability_tit .slogan {
    display: block;
    text-align: center;
    font-size: 18px;
    background: url(../images/slogan_line.png) no-repeat center;
    line-height: 33px;
}


.ability .ability_tit p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
    display: block;
    text-align: center;
    color: #666666;
}

.ability .ability_content {
    padding: 20px 0;
}

.ability .ability_content .item {
    padding: 35px 0;
    flex-direction: row-reverse;
}

.ability .item .item_content {
    width: 42%;
    margin-left: 6%;
}

.ability .item .item_name {
    height: 112px;
    background: url(../images/ability_bd.png) no-repeat left center;
    position: relative;
}

.ability .item .item_name>span {
    position: absolute;
    left: -30px;
    top: 18px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    background: #f5ba07;
}

.ability .item .item_name h3 {
    padding: 32px 0 0 56px;
}

.ability .item .item_name b {
    font-size: 20px;
    color: #000000;
    display: block;
    line-height: 1.35;
}

.ability .item .item_name h3 span {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #999999;
    padding-top: 5px;
}

.ability .item .item_text {
    padding-top: 30px;
}

.ability .item .item_text .text {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: 0 0 5px 30px;
    display: block;
    position: relative;
}

.ability .item .item_text .text i {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #989898;
    border-radius: 50%;
}

.ability .item .item_text .tel {
    width: 320px;
    height: 40px;
    background-color: #f5ba07;
    font-size: 15px;
    color: #ffffff;
    background-size: 10%;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
}

.ability .item .item_text .tel i {
    font-size: 22px;
    padding-right: 5px;
}

.ability .item .item_text .tel b {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

.ability .item .item_img {
    width: 52%;
}

.ability .item .item_img img {
    max-width: 100%;
}

.ability .ability_content .item {}

.ability .item:nth-child(2n) {
    flex-direction: row;
}

.ability .item:nth-child(2n) .item_content {
    margin-right: 6%;
    margin-left: 0;
}

.ability_swiper .swiper-container {
    width: 100%;
    height: 390px;
    padding: 98px 0;
}
.ability_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
  z-index: 1;
}
.ability_swiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(2.2);
  z-index: 2;
}

.ability_swiper .swiper-button-prev:after,.ability_swiper .swiper-button-next:after {
    color: #f5ba07;
}

.solution {
    padding: 50px 0;
    background: url(../images/solution_bd.jpg) no-repeat center;
}

.solution .solution_tit {
    padding-bottom: 20px;
}

.solution .solution_tit h2 {
    font-size: 26px;
    color: #000000;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}

.solution .solution_tit h2 span {
    color: #f5ba07;
}

.solution .solution_tit p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 24px;
}

.solution .solution_content {}

.solution .solution_content .item h3 {
    position: absolute;
    z-index: 10;
    line-height: 2.6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgb(2 2 2 / 0.6);
}

.equipment {
    padding: 50px 0;
}

.equipment .equipment_img {
    width: 48%;
}

.equipment .equipment_img img {
    width: 100%;
}

.equipment .equipment_content {
    width: 48%;
    margin-left: 4%;
}

.equipment .equipment_content h2 {
    font-size: 26px;
    color: #5a5a5a;
    padding-bottom: 15px;
}

.equipment .equipment_content p {
    font-size: 16px;
    line-height: 2.2;
}

.equipment .equipment_content ul {
    padding-top: 25px;
}

.equipment .equipment_content li {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 3px solid #f5ba07;
    transition: all 0.6s;
    background-color: #ffffff;
}

.equipment .equipment_content li i {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 34px;
    color: #f5ba07;
    transition: all 0.2s;
}

.equipment .equipment_content li:hover {
    transform: rotateY(360deg);
    background-color: #f5ba07;
}

.equipment .equipment_content li:hover i {
    color: #ffffff;
}

.company {
    padding: 50px 0;
    background: url(../images/gg_bd.jpg) no-repeat center;
}

.company .company_content {}

.company .company_content ul {}

.company .company_content li {
    width: 16%;
    margin: 0 4%;
    display: inline-block;
}

.company .company_content li.equal3 {
    width: 25.333%;
}

.company .company_content li span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    line-height: 2;
}

.company .company_content li span i {
    font-size: 40px;
    font-style: normal;
    color: #ffffff;
    padding-right: 5px;
}

.company .company_content li p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}

.index_case {
    padding: 50px 0;
}

.index_case .case_title {
    padding-bottom: 40px;
}

.index_case .case_title h2 {
    font-size: 26px;
    color: #000000;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}

.index_case .case_title h2 i {
    font-style: normal;
    color: #f5ba07;
}

.index_case .case_title p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 24px;
}

.index_case .case_tit {
    width: 18.5%;
    background: #eeeeee;
}

.index_case .case_tit .case_name {
    background: #f5ba1e;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.index_case .case_tit .case_class {}

.index_case .case_tit .case_class ul {padding: 20px;}

.index_case .case_tit .case_class li {
    display: block;
    padding-bottom: 16px;
}

.index_case .case_tit .case_class a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}


.index_case .case_tit .case_class a:hover {
    color: #ffffff;
    background-color: #f5ba1e;
}

.index_case .case_list {
    width: 81.5%;
}

.index_case .case_list .list {
}

.index_case .case_list .list ul {}

.index_case .case_list .list li {
    width: 30%;
    margin-left: 3.333%;
    margin-bottom: 30px;
    position: relative;
}

.index_case .case_list .list li a {
}

.index_case .case_list .list li .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.index_case .case_list .list li .img img {
    width: 100%;
}

.index_case .case_list .list li .name {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.index_case .case_list .list li .name span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.index_case .case_list .list li:hover .name {
    display: table;
}

.index_news {
    padding: 50px 0;
}

.index_news .news_title {
    padding-bottom: 30px;
}

.index_news .news_title h2 {
    font-size: 26px;
    color: #000000;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}

.index_news .news_title h2 i {
    font-style: normal;
    color: #f5ba07;
}

.index_news .item {
    width: 32%;
    margin-right: 2%;
    border-top: 2px solid #f5ba07;
}

.index_news .item .news_tit {
    width: 100%;
    padding: 0 10px;
    height: 60px;
    border: 1px solid #cccccc;
    border-top: none;
    position: relative;
}

.index_news .item .news_tit .news_name {
    font-size: 20px;
    color: #f5ba07;
    font-weight: bold;
    float: left;
    line-height: 60px;
}

.index_news .item .news_tit a {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 60px;
}

.index_news .item .news_list {
    border: 1px solid #cccccc;
    border-top: none;
}

.index_news .item .news_list .list {}

.index_news .item .news_list .item_img {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
}

.index_news .item .news_list .item_img img {
    width: 100%;
}

.index_news .item .news_list .list ul {
    width: 100%;
    padding: 0 20px 20px;
}

.index_news .item .news_list .list li {
    border-bottom: 1px dotted #cccccc;
    height: 32px;
    margin-bottom: 5px;
}

.index_news .item .news_list .list li a {
    display: block;
}

.index_news .item .news_list .list .name {
    display: inline-block;
    width: 72%;
    line-height: 32px;
    font-size: 14px;
    color: #5a5a5a;
}

.index_news .item .news_list .list li a:hover .name {
    color: #e99139;
}

.index_news .item .news_list .list .name i {
    padding-right: 5px;
    font-size: 12px;
}

.index_news .item .news_list .list .time {
    line-height: 32px;
    font-size: 13px;
    color: #999999;
    float: right;
}

.index_news .item2 {
    margin-right: 0;
}

.index_news .item2 .news_list .list ul {
    padding: 10px 20px;
}

.index_news .item2 .news_list .list li {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
}

.index_news .item2 .news_list .list li .ask {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    padding-left: 40px;
    background: url(../images/ask.png) no-repeat left center;
    background-size: 20px 20px;
    line-height: 1.4;
}

.index_news .item2 .news_list .list li a:hover .ask {
    color: #e99139;
}

.index_news .item2 .news_list .list li .answer {
    margin-top: 5px;
    font-size: 12px;
    padding-top: 4px;
    color: #434343;
    font-weight: normal;
    text-decoration: none;
    padding-left: 40px;
    background: url(../images/answer.png) no-repeat left center;
    background-size: 20px 20px;
    line-height: 1.5;
}

.link {
    padding: 0 0 35px;
}

.link .link_title {}

.link .link_title h3 {
    border-bottom: 3px solid #eeeeee;
    font-size: 22px;
    line-height: 30.8px;
    color: #f5ba07;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
}

.link .link_list {
    padding-top: 10px;
}

.link .link_list a {
    font-size: 14px;
    line-height: 2;
    color: #5a5a5a;
    padding-right: 10px;
}

.link .link_list a:hover {
    color: #f5ba07;
}

.service {
    position: fixed;
    right: 0;
    top: 20%;
    width: 53px;
    height: 90px;
    z-index: 99;
}

.service .service_tit {
    width: 53px;
    height: 90px;
    position: relative;
    transition: all 0.6s;
    right: 0;
}

.service .service_tit img {
    width: 53px;
    height: 90px;
}

.service .service_tit span {
    position: absolute;
    right: 6px;
    top: 55px;
    color: #ffffff;
    font-size: 14px;
}

.service .service_content {
    position: fixed;
    right: -200px;
    top: 20%;
    width: 200px;
    height: 400px;
    z-index: 99;
    transition: all 0.8s;
}

.service .service_content .qq {
    background: url(../images/service_bd.png) no-repeat center;
    width: 191px;
    height: 400px;
    padding-top: 130px;
    padding-left: 70px;
    position: absolute;
    right: 0;
    top: -20px;
}

.service .service_content .qq span {
    position: absolute;
    width: 30px;
    color: #ffffff;
    font-size: 14px;
    top: 45%;
    left: 25px;
}

.service .service_content .qq a {
    display: block;
    width: 84px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    padding: 0 4px;
    margin: 5px 5px 10px 5px;
    border-radius: 4px;
}

.service .service_content .qq a:hover {
    background-color: #f5ba07;
    color: #ffffff;
}

.service:hover .service_tit {
    right: -53px;
}

.service:hover .service_content {
    right: 0;
}

.footer {
    background: #202020;
    padding: 30px 0 0;
}

.footer .foot_contact {
    width: 33%;
    margin-bottom: 30px;
}

.footer .foot_contact h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.footer .foot_contact p {
    display: block;
    line-height: 2;
    font-size: 12px;
    color: #ffffff;
    margin-top: 2px;
}

.footer .foot_contact .foot_tel {}

.footer .foot_contact .foot_tel strong {}



.footer .foot_contact .foot_more {
    display: block;
    width: 86px;
    height: 28px;
    line-height: 26px;
    color: #666666;
    border: 1px solid #666666;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.2s;
}

.footer .foot_contact .foot_more:hover {
    color: #f5ba07;
    border: 1px solid #f5ba07;
}

.footer .foot_ewm {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 10px 5% 0;
    width: 33%;
    margin-bottom: 30px;
    font-size: 0;
}

.footer .foot_ewm p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.footer .foot_ewm .ewm_text {
    display: inline-block;
    width: 50%;
    padding: 8px;
}

.footer .foot_ewm .ewm_text img {
    width: 100%;
}

.footer .foot_ewm .ewm_text span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-top: 8px;
}

.footer .foot_nav {
    padding: 10px 0 0 5%;
    width: 33%;
    margin-bottom: 30px;
}

.footer .foot_nav h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}

.footer .foot_nav ul {}

.footer .foot_nav li {
    display: inline-block;
    width: 30%;
    padding-bottom: 20px;
}

.footer .foot_nav a {
    color: #ffffff;
    line-height: 1.5;
}

.footer .foot_nav a:hover {
    color: #f5ba07;
}

.footer .copyright {
    background: #111111;
}

.footer .copyright p {
    color: #ffffff;
    font-size: 14px;
    line-height: 44px;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .tabbar-container {
    height: 1.2rem;
	 background: #ffffff;
}

.ml240 {
    margin-left: 21%;
}

.breadcrumb i {
    font-size: 13px;
    padding-right: 5px;
    color: #f4b908;
}

.breadcrumb a {
    font-size: 14px;
    color: #888888;
}

.breadcrumb span {
    font-size: 14px;
    padding: 0 5px;
    color: #666666;
}

.page_content {
    margin-bottom: 30px;
}

.content {
    position: relative;
}

.content .side_nav {
    position: relative;
    max-width: 220px;
    width: 20%;
    top: -160px;
    z-index: 3;
}

.content .side_nav .side_title {
    background-color: #f4b908;
    padding: 25px 30px;
    cursor: auto;
}

.content .side_nav .side_title .name_en {
    color: #ffffff;
    font-size: 22px;
    line-height: 2;
}

.content .side_nav .side_title .name_cn {
    color: #ffffff;
    font-size: 22px;
    line-height: 2;
}

.content .side_nav .side_title i {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.content .side_nav .side_ul {
    background-color: #ededed;
    padding: 11.4% 16%;
}

.content .side_nav .side_ul li {}

.content .side_nav .side_ul li a {
    display: block;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    font-size: 13px;
    transition: all 0.3s;
}

.content .side_nav .side_ul li.active a, .content .side_nav .side_ul li a:hover {
    color: #ffffff;
    background-color: #f4b908;
}

.content .page_inner {
    max-width: 960px;
    width: 79%;
    padding: 35px 20px;
    border: 1px solid #ededed;
}

.content .page_inner .page_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.content .page_inner .page_info {
    padding-top: 20px;
}

.content .page_inner .page_info p {
    line-height: 1.5;
    font-size: 14px;
}

.content .page_inner .page_info img {
    padding: 8px 0;
    max-width: 100%;
}

.page_content .article_list {
    max-width: 960px;
    width: 79%;
}

.page_content .article_list ul {
}

.page_content .article_list li {
    width: 100%;
    padding: 20px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}

.page_content .article_list li .article_img {
    width: 26%;
}

.page_content .article_list li .article_img img {
    width: 100%;
}

.page_content .article_list li .article_item {
    width: 71%;
}

.page_content .article_list li .article_item .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    color: #555555;
}

.page_content .article_list li a:hover .article_item .name {
    color: #f4b908;
}

.page_content .article_list li .article_item .time {
    font-size: 13px;
    line-height: 2;
    color: #777777;
}

.page_content .article_list li .article_item .info {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.page_content .side_ul_class {
    background: #ffffff;
    padding: 0 15px;
    border: 2px solid #f4b908;
    border-top: 0;
}

.page_content .side_ul_class li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.page_content .side_ul_class li:nth-last-child(1) {
    border-bottom: none;
}

.page_content .side_ul_class .initial {}

.page_content .side_ul_class .initial a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
    padding: 0 10px;
    border-radius: 5px;
}

.page_content .side_ul_class .detailed {}

.page_content .side_ul_class .detailed a {
    display: block;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 5px;
}

.page_content .side_ul_class .initial a:hover, .page_content .side_ul_class .detailed a:hover {
    color: #f4b908;
}

.page_content .side_ul_class .initial a.active, .page_content .side_ul_class .detailed a.active {
    background-color: #f4b908;
    color: #ffffff;
}

.page_content .product_list {
    max-width: 960px;
    width: 79%;
}

.page_content .product_list ul {}

.page_content .product_list li {
    padding: 2%;
    margin: 0px 3% 25px 0;
    width: 31.333%;
    border: 1px solid #ddd;
}

.page_content .product_list li:nth-child(3n) {
    margin-right: 0;
}

.page_content .product_list li a {}

.page_content .product_list li .img {
    overflow: hidden;
    position: relative;
}

.page_content .product_list li .img img {
    width: 100%;
    transition: all 0.2s;
}

.page_content .product_list li .img span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    background: rgb(244 185 8 / 0.55);
}

.page_content .product_list li .img i {
    font-size: 50px;
    color: #ffffff;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    text-align: center;
}

.page_content .product_list li .name {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    padding-top: 15px;
}

.page_content .product_list li:hover .img img {
    transform: scale(1.1);
}

.page_content .product_list li:hover .img span {
    display: table;
}

.pages {
    text-align: center;
}

.pages a {
    display: inline-block;
    border: 1px solid #ededed;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 8px;
    margin: 0 3px;
}

.pages a.left,.pages a.right {}

.pages a.left i, .pages a.right i {}

.pages a.active,.pages a:hover {
    background-color: #f4b908;
    color: #ffffff;
}

.contact_item {
    padding: 20px;
}

.contact_item .item {
    padding-bottom: 8px;
    line-height: 30px;
}

.contact_item .item img {
    width: 25px;
    height: 25px;
    line-height: 30px;
}

.contact_item .item b {
    padding-left: 8px;
    width: 90px;
    text-align: justify;
    text-align-last: justify;
    font-size: 15px;
}

.contact_item .item p {
    font-size: 15px;
    max-width: 590px;
}

.contact_item .item img.contact_wexin {
    width: 160px;
    height: auto;
    padding-left: 30px;
}

.guestbook-div {
    padding: 20px;
}

.guestbook-div .guestbook {
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 600px;
    margin: 0;
    padding-bottom: 40px;
}

.guestbook-div .guestbook .guestbook-title {
    padding: 20px;
}

.guestbook-div .guestbook .guestbook-title h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.guestbook-div .guestbook .lianxi-form {
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 28px 20px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    left: 30px;
}

.guestbook-div .guestbook .lianxi-form .form-item {
    font-size: 0;
}

.guestbook-div .guestbook .lianxi-form .input-item {
    display: inline-block;
    width: 47%;
    font-size: 14px;
    margin: 0 1.5% 20px;
    position: relative;
}

.guestbook-div .guestbook .lianxi-form input {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
    line-height: 32px;
    padding: 0px 8px;
}

.guestbook-div .guestbook .lianxi-form input:focus {
    outline: none;
    box-shadow: 0px 0px 5px 5px rgb(255 152 0 / 0.2);
}

.guestbook-div .guestbook .lianxi-form .input-item.textarea {
    margin: 0 1.5% 20px;
    width: 97%;
}

.guestbook-div .guestbook .lianxi-form textarea {
    width: 100%;
    height: 144px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
    border: none;
    padding: 8px;
    line-height: 32px;
    resize: none;
}

.guestbook-div .guestbook .lianxi-form textarea:focus {
    outline: none;
    box-shadow: 0px 0px 5px 5px rgb(255 152 0 / 0.2);
}

.guestbook-div .guestbook .lianxi-form .input-item img {
    height: 32px !important;
    width: 200px !important;
    position: absolute;
    right: -220px;
    top: 0;
}

.guestbook-div .guestbook .lianxi-form .input-button {
}

.guestbook-div .guestbook .lianxi-form .submit {
    width: 120px;
    outline: none;
    background: #FFC107;
    color: #ffffff;
    height: 36px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}

.guestbook-div .guestbook .lianxi-form .reset {
    width: 120px;
    outline: none;
    background: #9E9E9E;
    color: #ffffff;
    height: 36px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-left: 14px;
}

.baiduapi {
    padding: 30px 0;
}

div#dituContent {
    width: 100%;
    height: 400px;
}

div#dituContent * {
    box-sizing: content-box;
}

div#dituContent label {
    max-width: none;
}

.content .article_info {
    max-width: 960px;
    width: 79%;
    padding: 35px 20px;
    border: 1px solid #ededed;
}

.content .article_info .title {
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.content .article_info .view {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding: 10px 0;
}

.content .article_info .view span {
    font-size: 13px;
    color: #999999;
    margin: 0 10px;
}

.content .detail {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.content .detail p {
    line-height: 1.5;
    font-size: 15px;
}

.content .detail img {
    padding: 12px 0;
    max-width: 100%;
}

.content .info_tag {
    padding: 20px 0;
    font-size: 14px;
}

.content .info_tag i {
    color: #ffc107;
    padding-right: 5px;
}

.content .info_tag a {
    padding: 0 6px;
    display: inline-block;
}

.content .info_tag a:hover {
    color: #ffc107;
}

.content .article_info .pronext {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

.content .pronext span {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

.content .pronext a {}

.content .article_like {
    padding: 50px 0 10px;
}

.content .article_like .like_title {
    font-size: 20px;
    font-weight: 600;
    color: #373f50;
    padding-bottom: 18px;
}

.content .article_like ul {}

.content .article_like li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.content .article_like .item_img {
    width: 30%;
}

.content .article_like .item_img img {
    width: 100%;
}

.content .article_like .item_content {
    width: 68%;
    margin-left: 2%;
}

.content .article_like .item_content .name {
}

.content .article_like .item_content .name {
    line-height: 32px;
    font-size: 15px;
    color: #5a5a5a;
}

.content .article_like .item_content .time {
    line-height: 32px;
    font-size: 13px;
    color: #999999;
}

.content .article_like li:hover .name {
    color: #f4b908
}


.introduce {}

.introduce .p_left {
    width: 40%;
}

.introduce .p_left .product_pic {
    width: 100%;
    height: 300px;
    border: 1px solid #ececec;
    padding: 8px;
    text-align: center;
    line-height: 284px;
}

.introduce .p_left .product_pic img.jqzoom {
    max-width: 100%;
    max-height: 100%;
}

.introduce .p_left .list_attachment {
    position: relative;
    padding: 12px 26px;
    height: 106px;
}

.introduce .p_left .list_attachment img {
    max-width: 100%;
    max-height: 100%;
}

.introduce .p_left .list_attachment .swiper-slide{
    padding: 2px;
    border: 2px solid #ececec;
    line-height: 74px;
    height: 82px;
}

.introduce .p_left .list_attachment .swiper-slide.active {
    border: 2px solid #f4b908;
}

.introduce .p_left .list_attachment .swiper-button-next {
    width: 20px;
    right: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-prev {
    width: 20px;
    left: 2px;
    outline: none;
}

.introduce .p_left .list_attachment .swiper-button-next:after,.introduce .p_left .list_attachment .swiper-button-prev:after {
    color: #666666;
    font-size: 32px;
}

.introduce .p_right {
    width: 58%;
    padding-bottom: 10px;
}

.introduce .p_right .pro_desc {}

.introduce .p_right .pro_desc .title {
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #bbbbbb;
    padding: 2px 0 10px;
}

.introduce .p_right .pro_desc .info {
    padding: 15px;
    color: #666666;
    overflow-y: auto;
    line-height: 24px;
    font-size: 13px;
    height: 262px;
}

.introduce .p_right .pro_desc .tel {
    padding: 22px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.introduce .p_right .pro_desc .tel span {
    font-size: 21px;
}

.introduce .p_right .pro_desc .tel .tel_zx {
    position: absolute;
    top: 16px;
    right: 15px;
}

.introduce .p_right .pro_desc .tel .tel_zx a {
    display: block;
    width: 102px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #ffffff;
    background: #f4b908;
    text-align: center;
}

.product_info {
    max-width: 960px;
    width: 79%;
    padding: 20px;
    border: 1px solid #ededed;
}

.content .detail-box {
    padding-top: 40px;
}

.content .detail-box h3 {
    font-size: 20px;
}

.content .detail-box h3 small {
    font-size: 14px;
    color: #bcbcbc;
    text-transform: uppercase;
    padding-left: 5px;
}

.content .product_info .detail {
    border-top: 1px dashed #FF9800;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/zoommask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}


@media screen and (min-width: 768px) {
/*修改滚动条样式*/
.introduce .p_right .pro_desc .info::-webkit-scrollbar{
  width:10px;
  height:10px;
  /**/
}
.introduce .p_right .pro_desc .info::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.introduce .p_right .pro_desc .info::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.introduce .p_right .pro_desc .info::-webkit-scrollbar-thumb:hover{
  background: #333;
}
.introduce .p_right .pro_desc .info::-webkit-scrollbar-corner{
  background: #f4b908;
}
}

@media screen and (max-width: 1000px) {

.header .top_welcome {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 12px;
}

.header .head .head_logo .logo {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header .head .head_logo .logo img {
    height: 0.8rem;
}

.header .head .head_logo .slogan {
    display: none;
}


.header .head .head_tel i {
    font-size: 0.5rem;
}

.header .head .head_tel p {
    font-size: 12px;
    padding-left: 0.15rem;
    padding-top: 0.1rem;
}

.header .head .head_tel p span {
    font-size: 0.25rem;
}

.header .nav ul li {
    line-height: 0.45rem;
    height: 0.45rem;
}

.header .nav ul li a {
    font-size: 0.15rem;
}

.search {
    padding: 0.2rem 0;
}

.search .s-heat-div {
    font-size: 0.13rem;
    line-height: 0.42rem;
    height: 0.42rem;
}

.search .s-heat-div a {
    padding-left: 0.1rem;
}

.search .s-form-div .s-text {
    height: 0.42rem;
    width: 2.30rem;
    padding: 0 0.08rem;
}

.search .s-form-div .s-btn {
    height: 0.42rem;
    width: 0.58rem;
}

.index_product {
    padding: 0.4rem 0;
}


.index_product .product_tit .product_name {
    line-height: 0.6rem;
    font-size: 0.2rem;
}

.index_product .product_tit .product_class {
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}

.index_product .product_tit .product_class li {
    padding: 0.12rem 0.1rem;
}

.index_product .product_tit .product_class .initial a {
    font-size: 0.15rem;
    line-height: 0.4rem;
}

.index_product .product_tit .product_class .detailed a {
    font-size: 0.15rem;
    line-height: 0.3rem;
}

.index_product .product_tit form {
    width: 1.6rem;
}

.index_product .product_tit form .btn1,.index_product .product_tit form .btn2 {
    font-size: 0.15rem;
    line-height: 0.34rem;
}

.index_product .product_list .list li {
    margin-bottom: 0.4rem;
}

.index_product .product_list .list li .img i {
    font-size: 0.5rem;
}

.index_product .product_list .list li .name {
    font-size: 0.14rem;
    margin-top: 0.1rem;
}

.scheme {
    height: 3rem;
}

.scheme i.scheme_bd {
    width: 100%;
}

.scheme .scheme_text {
    width: 5.5rem;
}

.scheme .scheme_text p {
    font-size: 0.17rem;
    padding: 0.1rem 0;
}

.scheme .scheme_text b {
    font-size: 0.26rem;
    line-height: 0.5rem;
    height: 0.5rem;
    letter-spacing: 0.05rem;
}

.scheme .scheme_text p span {
    font-size: 0.26rem;
}

.scheme .scheme_text p a {
    width: 1.2rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
}

.ability {
    padding: 0.4rem 0;
}

.ability .ability_tit h2 {
    font-size: 0.4rem;
    letter-spacing: 0.05rem;
}

.ability .ability_tit h2 i {
    font-size: 0.6rem;
    padding-right: 0.05rem;
}

.ability .ability_tit .slogan {
    font-size: 0.18rem;
    line-height: 0.33rem;
    background-size: 8rem 0.05rem;
}

.ability .ability_tit p {
    font-size: 0.16rem;
}

.ability .ability_content {
    padding: 0.2rem 0;
}

.ability .ability_content .item {
    padding: 0.35rem 0;
}

.ability .item .item_content {
    width: 45%;
    margin-left: 3%;
}

.ability .item .item_name {
    height: 1.12rem;
    background-size: 1.6rem 1.1rem;
}

.ability .item .item_name>span {
    left: -0.2rem;
    top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
}

.ability .item .item_name h3 {
    padding: 0.32rem 0 0 0.56rem;
}

.ability .item .item_name b {
    font-size: 0.2rem;
}

.ability .item .item_name h3 span {
    font-size: 0.13rem;
    padding-top: 0.05rem;
}

.ability .item .item_text {
    padding-top: 0.3rem;
}

.ability .item .item_text .text {
    font-size: 0.14rem;
    padding: 0 0 0.05rem 0.3rem;
}

.ability .item .item_text .text i {
    top: 0.08rem;
    width: 0.12rem;
    height: 0.12rem;
}

.ability .item .item_text .tel {
    width: 3.2rem;
    height: 0.4rem;
    font-size: 0.15rem;
    line-height: 0.4rem;
    margin-top: 0.3rem;
}

.ability .item .item_text .tel i {
    font-size: 0.22rem;
    padding-right: 0.05rem;
}

.ability .item .item_text .tel b {
    font-size: 0.2rem;
    line-height: 0.4rem;
}

.ability .item .item_img {
    width: 50%;
}



.ability .item:nth-child(2n) .item_content {
    margin-right: 3%;
    margin-left: 0;
}

.ability_swiper .swiper-container {
    height: 3.9rem;
    padding: 0.98rem 0;
}

.solution {
    padding: 0.5rem 0;
}

.solution .solution_tit {
    padding-bottom: 0.2rem;
}

.solution .solution_tit h2 {
    font-size: 0.26rem;
}

.solution .solution_tit p {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

.solution .solution_content .item h3 {
    font-size: 0.2rem;
}

.equipment {
    padding: 0.5rem 0;
}

.equipment .equipment_content h2 {
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
}

.equipment .equipment_content p {
    font-size: 0.15rem;
    line-height: 2;
}

.equipment .equipment_content ul {
    padding-top: 0.2rem;
}

.equipment .equipment_content li {
    width: 0.66rem;
    height: 0.66rem;
    border-width: 0.03rem;
}

.equipment .equipment_content li i {
    line-height: 0.6rem;
    font-size: 0.34rem;
}

.company {
    padding: 0.5rem 0;
}

.company .company_content li span {
    font-size: 0.24rem;
}

.company .company_content li span i {
    font-size: 0.38rem;
    padding-right: 0.05rem;
}

.company .company_content li p {
    font-size: 0.14rem;
}

.index_case {
    padding: 0.5rem 0;
}

.index_case .case_title {
    padding-bottom: 0.4rem;
}

.index_case .case_title h2 {
    font-size: 0.26rem;
}

.index_case .case_title p {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

.index_case .case_tit .case_name {
    line-height: 0.6rem;
    font-size: 0.2rem;
}

.index_case .case_tit .case_class ul {
    padding: 0.2rem;
}

.index_case .case_tit .case_class li {
    padding-bottom: 0.16rem;
}

.index_case .case_tit .case_class a {
    line-height: 0.4rem;
    font-size: 0.14rem;
}

.index_case .case_list .list li {
    margin-bottom: 0.3rem;
}

.index_case .case_list .list li .name {
    display: block;
    position: unset;
    height: 0.4rem;
}

.index_case .case_list .list li .name span {
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
}

.index_news {
    padding: 0.5rem 0;
}

.index_news .news_title {
    padding-bottom: 0.3rem;
}

.index_news .news_title h2 {
    font-size: 0.26rem;
}

.index_news .item {
    width: 44%;
    margin: 0 3% 0.3rem;
}

.index_news .item .news_tit {
    padding: 0 0.1rem;
    height: 0.6rem;
}

.index_news .item .news_tit .news_name {
    font-size: 0.2rem;
    line-height: 0.6rem;
}

.index_news .item .news_tit a {
    right: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.6rem;
}

.index_news .item .news_list .item_img {
    padding: 0.1rem;
}

.index_news .item .news_list .list ul {
    padding: 0 0.2rem 0.2rem;
}

.index_news .item .news_list .list li {
    height: 0.32rem;
    margin-bottom: 0.05rem;
}

.index_news .item .news_list .list .name {
    line-height: 0.32rem;
    font-size: 0.14rem;
}

.index_news .item .news_list .list .time {
    line-height: 0.32rem;
    font-size: 0.12rem;
}

.index_news .item .news_list .list .name i {
    padding-right: 0.05rem;
    font-size: 0.12rem;
}

.index_news .item2 {
    width: 94%;
}

.index_news .item2 .news_list .list ul {
    padding: 0.1rem 0.2rem;
}

.index_news .item2 .news_list .list li {
    height: auto;
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
}

.index_news .item2 .news_list .list li .ask {
    font-size: 0.14rem;
    padding-left: 0.4rem;
    background-size: 0.2rem 0.2rem;
}

.index_news .item2 .news_list .list li .answer {
    margin-top: 0.05rem;
    font-size: 0.14rem;
    padding-top: 0;
    padding-left: 0.4rem;
    background-size: 0.2rem 0.2rem;
}

.link {
    padding: 0 0 0.35rem;
}

.link .link_title h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-bottom: 0.1rem;
}

.link .link_list {
    padding-bottom: 0.1rem;
}

.link .link_list a {
    font-size: 0.14rem;
    padding-right: 0.1rem;
}

.footer .foot_ewm {
    padding: 0.1rem 2% 0;
}

.footer .foot_nav {
    padding: 0.1rem 0 0 2%;
}

.breadcrumb {
    margin-bottom: 0.2rem;
}

.page_content {
    margin-bottom: 0.3rem;
}

.content .side_nav {
    top: -1.6rem;
}

.content .side_nav .side_title {
    padding: 0.25rem 0.3rem;
}

.content .side_nav .side_title .name_en {
    font-size: 0.22rem;
}

.content .side_nav .side_title i {
    width: 0.6rem;
}

.content .side_nav .side_title .name_cn {
    font-size: 0.22rem;
}

.page_content .side_ul_class {
    padding: 0 0.15rem;
}

.page_content .side_ul_class li {
    padding: 0.12rem 0;
}

.page_content .side_ul_class .initial a {
    font-size: 0.15rem;
    line-height: 0.34rem;
    padding: 0 0.1rem;
}

.page_content .side_ul_class .detailed a {
    font-size: 0.15rem;
    line-height: 0.3rem;
    padding: 0 0.1rem;
}


.page_content .product_list li .img span {
    font-size: 0.5rem;
}

.page_content .product_list li .name {
    font-size: 0.14rem;
    padding-top: 0.15rem;
}

.content .side_nav .side_ul li a {
    line-height: 0.36rem;
    height: 0.36rem;
    margin-bottom: 0.2rem;
}

.page_content .article_list li {
    padding: 0.2rem;
    margin-bottom: 0.3rem;
}

.page_content .article_list li .article_item .name {
    font-size: 0.18rem;
}

.page_content .article_list li .article_item .time {
    font-size: 12px;
}

.page_content .article_list li .article_item .info {
    font-size: 0.15rem;
}

.content .page_inner {
    padding: 0.35rem 0.2rem;
}

.content .page_inner .page_title {
    font-size: 0.22rem;
    padding-bottom: 0.1rem;
}

.content .page_inner .page_info {
    padding-top: 0.2rem;
}

.contact_item {
    padding: 0.2rem;
}

.contact_item .item p {
    max-width: 5.4rem;
}

.guestbook-div .guestbook {
    width: 6rem;
    padding-bottom: 0.4rem;
}

.guestbook-div .guestbook .guestbook-title {
    padding: 0.2rem;
}

.guestbook-div .guestbook .lianxi-form {
    padding: 0.28rem 0.2rem;
    left: 0.3rem;
}

.guestbook-div .guestbook .lianxi-form .input-item {
    margin: 0 1.5% 0.2rem;
}

.guestbook-div .guestbook .lianxi-form .input-item.textarea {
    margin: 0 1.5% 0.2rem;
}

.product_info {
    padding: 0.2rem;
}

.introduce .p_left .product_pic {
    height: 3rem;
    line-height: calc( 3rem - 16px );
}

.introduce .p_left .list_attachment {
    padding: 0.12rem 26px;
    height: 1.06rem;
}

.introduce .p_left .list_attachment .swiper-slide {
    line-height: 0.74rem;
    height: 0.82rem;
}

.introduce .p_right {
    padding-bottom: 0.1rem;
}

.introduce .p_right .pro_desc .title {
    line-height: 0.42rem;
    padding-bottom: 0.1rem;
}

.introduce .p_right .pro_desc .info {
    height: 2.62rem;
}

.introduce .p_right .pro_desc .tel {
    padding: 0.22rem 0.15rem;
}

.introduce .p_right .pro_desc .tel .tel_zx {
    top: 0.16rem;
    right: 0.15rem;
}

.introduce .p_right .pro_desc .tel .tel_zx a {
    width: 1.02rem;
    height: 0.42rem;
    left: 0.42rem;
}

}



@media screen and (max-width: 767px) {
    .m_block {
        display: block;
    }

    .m_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .m_table {
        display: table;
    }

    .m_table_cell {
        display: table-cell;
    }

    .pc_block,.pc_flex,.pc_table,.pc_table_cell {
        display: none;
    }

.header {
    height: 1rem;
}

.header .head {
    position: fixed;
    z-index: 101;
    top: 0;
    height: 1rem;
    width: 100%;
    padding: 0.2rem 0;
    background-color: #ffffff;
}

.header .head .head_logo .logo img {
    height: 0.6rem;
}

.mobnav-nav-btn {
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
}

.mobnav-nav-btn span {
    position: absolute;
    width: 100%;
    height: 0.04rem;
    background-color: #939393;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    bottom: 0.45rem;
}

.mobnav-nav-btn span:last-child {
    bottom: 0.15rem;
    top: auto;
}

.mobnav-nav-btn.open span {
    bottom: auto;
    top: 0.26rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobnav-nav-btn.open span:last-child {
    top: auto;
    bottom: 0.3rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.header .nav {
    width: 100vw;
    z-index: 188;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: fixed;
    left: -100%;
    top: 1rem;
    background-color: #ffffff;
}

.header .nav ul {}

.header .nav ul li {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 0.02rem solid #dddddd;
    text-align: center;
}

.header .nav ul li a {
    color: #33485C;
    font-size: 0.3rem;
}

.header .nav ul li a:hover, .header .nav ul li a.active {
    background: unset;
    color: #ffc107;
}

.header .nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.search .s-form-div .s-text {width: 6rem;font-size: 0.26rem;height: 0.52rem;line-height: 0.52rem;}

.search .s-form-div .s-btn {
    width: 1.2rem;
    font-size: 0.26rem;
    line-height: 0.52rem;
    height: 0.52rem;
}

.index_product .product_tit {
    width: 100%;
    background: unset;
    padding-bottom: 0;
}

.index_product .product_tit .product_class {
    padding: 0;
    margin: 0.2rem auto;
}

.index_product .product_tit .product_name {
    line-height: 0.6rem;
    font-size: 0.32rem;
    text-align: left;
    padding: 0 0.1rem;
    color: #ffc107;
}

.index_product .product_tit .product_class li {
    display: inline-block;
    padding: 0 0.58rem;
    border: 1px solid #dddddd;
    margin-bottom: 0.2rem;
}

.index_product .product_tit .product_class .initial a {
    font-size: 0.3rem;
    line-height: 0.54rem;
    font-weight: 500;
}

.index_product .product_tit .product_class .detailed {
    display: none;
}

.index_product .product_tit .product_class li:nth-last-child(1) {
    border: 1px solid #dddddd;
}

.index_product .product_tit form {
    display: none;
}

.index_product .product_list {
    width: 100%;
}

.index_product .product_list .list li {
    width: 44.4%;
    margin: 2.2% 2.8%;
}

.index_product .product_list .list li .name {
    font-size: 0.28rem;
}

.scheme .scheme_text {
    width: 100%;
    padding: 2% 8% 0;
    text-align: center;
}

.scheme .scheme_text p {
    font-size: 0.28rem;
}

.scheme {
    height: 3.6rem;
}

.scheme .scheme_text b {
    font-size: 0.28rem;
    line-height: 0.58rem;
    height: 0.58rem;
    width: 80%;
    margin: 0 auto;
}

.scheme .scheme_text p a {
    display: none;
}

.scheme .scheme_text p span {
    font-size: 0.28rem;
}



.ability .ability_tit .slogan {
    font-size: 0.3rem;
    line-height: 0.6rem;
    background-size: 12rem 0.05rem;
}

.ability .ability_tit p {
    font-size: 0.3rem;
}

.ability .ability_content .item {
    padding: 0.6rem 0 0.35rem;
}

.ability .item .item_content {
    width: 100%;
    margin: 0;
    padding: 0 0.2rem;
}

.ability .item .item_name {
    height: 2rem;
    background-size: 2.4rem 2rem;
}

.ability .item .item_name h3 {
    padding: 0.5rem 0 0 0.5rem;
}

.ability .item .item_name b {
    font-size: 0.33rem;
}

.ability .item .item_name h3 span {
    font-size: 0.26rem;
}

.ability .item .item_name>span {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
}

.ability .item .item_text .text {
    font-size: 0.28rem;
    padding: 0 0 0.1rem 0.4rem;
}

.ability .item .item_text .text i {
    top: 0.18rem;
    width: 0.2rem;
    height: 0.2rem;
}

.ability .item .item_text .tel {
    height: 0.7rem;
    width: 5rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    margin-top: 0.3rem;
    margin: 0.3rem auto 0;
}

.ability .item .item_text .tel i {
    font-size: 0.3rem;
    padding-right: 0.1rem;
}

.ability .item .item_text .tel b {
    font-size: 0.3rem;
}

.ability .item .item_img {
    width: 100%;
    padding: 0.5rem 0 0;
    text-align: center;
}



.solution .solution_tit h2 {
    font-size: 0.33rem;
}

.solution .solution_tit p {
    font-size: 0.26rem;
    line-height: 1.2;
}

.solution .solution_content .item h3 {
    font-size: 0.3rem;
}

.equipment .equipment_img {
    width: 100%;
}

.equipment .equipment_content {
    width: 100%;
    margin: 0.4rem 0;
}

.equipment .equipment_content h2 {
    font-size: 0.33rem;
    font-weight: 600;
    color: #000000;
}

.equipment .equipment_content p {
    font-size: 0.28rem;
}

.equipment .equipment_content li {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.06rem;
}

.equipment .equipment_content li i {
    line-height: 1.14rem;
    font-size: 0.6rem;
}

.company .company_content li {
    width: 42%;
}

.company .company_content li span {
    font-size: 0.3rem;
}

.company .company_content li p {
    display: none;
}

.company .company_content li span i {
    font-size: 0.42rem;
}

.index_case .case_title {
    padding-bottom: 0;
}

.index_case .case_title h2 {
    font-size: 0.33rem;
}

.index_case .case_title p {
    font-size: 0.26rem;
    line-height: 1.2;
}

.index_case .case_tit {
    width: 100%;
    background: unset;
    padding-bottom: 0;
}

.index_case .case_tit .case_name {display: none;}

.index_case .case_tit .case_class li {
    display: inline-block;
    padding: 0 0.76rem;
    border: 1px solid #dddddd;
    margin-bottom: 0.2rem;
}

.index_case .case_tit .case_class a {
    border: none;
    font-size: 0.3rem;
    line-height: 0.54rem;
}

.index_case .case_list {
    width: 100%;
}


.index_case .case_list .list li {
    width: 47%;
    margin: 0 1.5% 3%;
}

.index_case .case_list .list li .name {
    height: 0.58rem;
    overflow: hidden;
}

.index_case .case_list .list li .name span {
    font-size: 0.28rem;
    line-height: 0.58rem;
}

.company .company_content li.equal3 {
    width: 30%;
    margin: 0 1.666%;
}

.index_news .news_title h2 {
    font-size: 0.33rem;
}

.index_news .item {
    width: 100%;
    margin: 0 0 0.45rem;
}

.index_news .item .news_tit {
    padding: 0 0.2rem;
    height: 0.7rem;
}

.index_news .item .news_tit .news_name {
    font-size: 0.3rem;
    line-height: 0.7rem;
}

.index_news .item .news_tit a {
    right: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
}

.index_news .item .news_list .list li {
    height: 0.62rem;
    margin-bottom: 0.12rem;
}

.index_news .item .news_list .list .name {
    line-height: 0.62rem;
    font-size: 0.3rem;
}

.index_news .item .news_list .list .time {
    line-height: 0.62rem;
    font-size: 0.26rem;
}

.index_news .item2 .news_list .list ul {
}

.index_news .item2 .news_list .list li {
    height: auto;
}

.index_news .item2 .news_list .list li .ask {
    line-height: 0.62rem;
    font-size: 0.3rem;
    background-size: 0.36rem 0.36rem;
    padding-left: 0.5rem;
}

.index_news .item2 .news_list .list li .answer {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    background-size: 0.36rem 0.36rem;
    padding-left: 0.5rem;
}


.footer {
    padding: 0;
}

.footer .copyright {
    text-align: center;
    background: #666;
    display:none
}

.footer .copyright p {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 10px;
}

.footer .tabbar-container .tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.footer .tabbar-container .tabbar ul {
    background-color: #ffffff;
    font-size: 0;
}

.footer .tabbar-container .tabbar ul .item {
    display: inline-block;
    width: 25%;
    text-align: center;
    height: 1.2rem;
    padding: 0.15rem;
}

.footer .tabbar-container .tabbar ul .item i {
    display: block;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #ffc107;
}

.footer .tabbar-container .tabbar ul .item .text {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #666;
}

.content .side_nav {
    display: none;
}

.page_content .product_list {
    width: 100%;
    padding: 0.3rem 0;
}

.breadcrumb {
    display: none;
}

.page_content .product_list li {
    width: 46.5%;
    margin: 0px 3% 0.3rem 0;
}

.page_content .product_list li:nth-child(2n) {
    margin: 0px 0 0.3rem 0;
}

.page_content .product_list li:nth-child(3n) {
    margin: 0px 3% 0.3rem 0;
}

.page_content .product_list li .img span {
    display: none !important;
}

.page_content .product_list li .name {
    font-size: 0.3rem;
}

.pages a {
    height: 22px;
    line-height: 21px;
    font-size: 12px;
    padding: 0 6px;
    margin: 0 3px;
}

.page_content .article_list {
    width: 100%;
    padding: 0.3rem 0;
}

.page_content .article_list li {
    padding: 0 0 0.3rem;
    border: none;
    border-bottom: 1px dotted #dddddd;
}

.page_content .article_list li .article_img {
    width: 32%;
}

.page_content .article_list li .article_item {
    width: 65%;
}

.page_content .article_list li .article_item .name {
    font-size: 0.3rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 2;
}

.page_content .article_list li .article_item .info {
    font-size: 0.28rem;
    display: none;
}

.page_content .article_list li .article_item .time {
    font-size: 0.24rem;
}

.content .page_inner {
    width: 100%;
    padding: 0.3rem 0.1rem;
    border: none;
}

.content .page_inner .page_title {
    font-size: 0.34rem;
    text-align: center;
}

.content .page_inner .page_info p {
    font-size: 13px;
    line-height: 1.9;
}

.contact_item .item img {
    display: none;
}

.contact_item .item img.contact_wexin {
    display: block;
    padding-left: 10px;
    width: 130px;
}

.contact_item .item b {
    padding-left: 0;
    width: 70px;
    font-size: 13px;
}

div#dituContent {
    height: 8rem;
}

.guestbook-div {
    padding: 0;
}

.guestbook-div .guestbook {
    width: 100%;
    box-shadow: none;
}

.guestbook-div .guestbook .guestbook-title h2 {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
}

.guestbook-div .guestbook .lianxi-form {
    left: 0;
}

.guestbook-div .guestbook .lianxi-form .input-item {
    width: 97%;
    margin-bottom: 0.5rem;
}

.guestbook-div .guestbook .lianxi-form input {
    box-shadow: none;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.guestbook-div .guestbook .lianxi-form textarea {
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.guestbook-div .guestbook .lianxi-form input:focus {
    border: 1px solid #ffffff;
}

.guestbook-div .guestbook .lianxi-form textarea:focus {
    border: 1px solid #ffffff;
}


.guestbook-div .guestbook .lianxi-form .reset {
    width: 46%;
    margin-left: 8%;
}

.guestbook-div .guestbook .lianxi-form .submit {
    width: 46%;
}

.content .article_info {
    width: 100%;
    padding: 0.3rem 0;
    border: none;
}

.content .article_info .title {
    font-size: 0.34rem;
    line-height: 1.6;
}

.content .article_info .view {
    line-height: 18px;
}

.content .article_info .view span {
    font-size: 0.26rem;
    margin: 0 10px;
}

.content .detail {
    padding-top: 0.2rem;
    margin-top: 0;
    margin-bottom: 0.1rem;
    padding-bottom: 0.2rem;
}

.content .detail p {
    font-size: 13px;
    line-height: 1.9;
}

.content .info_tag {
    padding: 0.2rem 0;
    font-size: 13px;
}

.content .info_tag a {
    padding: 0 4px;
}

.content .article_info .pronext {
    font-size: 13px;
}

.content .pronext span {
    padding: 6px 0;
    font-size: 13px;
}

.content .article_like {
    padding: 0.4rem 0 0.1rem;
}

.content .article_like .like_title {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
    border-left: 3px solid #ffc107;
    padding-bottom: 0;
    padding-left: 5px;
}

.content .article_like li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0 0 0.3rem;
    border-bottom: 1px dotted #dddddd;
}

.content .article_like .item_img {
    width: 32%;
}

.content .article_like .item_content {
    width: 66%;
    margin-left: 2%;
}

.content .article_like .item_content .name {font-size: 0.3rem;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;line-height: 2;}

.content .article_like .item_content .time {
    font-size: 0.24rem;
    line-height: 2;
}

.product_info {
    width: 100%;
    padding: 0.3rem 0;
    border: none;
}

.introduce .p_left {
    width: 100%;
    margin-bottom: 0.5rem;
}

.introduce .p_left .product_pic {
    height: 6rem;
    line-height: calc( 6rem - 16px );
}

.introduce .p_left .list_attachment {
    height: 2rem;
}

.introduce .p_left .list_attachment .swiper-slide {
    line-height: calc( 1.76rem - 8px );
    height: 1.76rem;
}

.introduce .p_right {
    width: 100%;
}

.introduce .p_right .pro_desc .title {
    line-height: 2;
    font-size: 16px;
    padding: 0;
}

.introduce .p_right .pro_desc .info {
    padding: 0.1rem;
    height: auto;
}

.introduce .p_right .pro_desc .tel {
    display: none;
}

.content .detail-box {
    padding-top: 10px;
}

.content .detail-box h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.content .detail-box h3 small {
    font-size: 12px;
}



.nav_category_list {
    position: relative;
    top: -0.5rem;
    z-index: 50;
}

.nav_category_list .title {
    font-size: 0.34rem;
    color: #ffffff;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-right: 0.8rem;
    background-color: #f4b908;
}

.nav_category_list a.category1_list_open {
    position: absolute;
    right: 2%;
    top: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #ffffff;
    transition: all 0.6s;
    transform: rotateZ(90deg);
    font-size: 0.3rem;
}

.nav_category_list .category1_list {
    display: none;
    border-left: 1px solid #f4b908;
    border-right: 1px solid #f4b908;
    border-bottom: 1px solid #f4b908;
}

.nav_category_list .category1_list.open {
	display: block;
}

.nav_category_list .category1_list>li {
    font-size: 0.32rem;
    color: #f4b908;
    line-height: 0.8rem;
    padding: 0 0.2rem;
    border-bottom: 1px dotted #f4b908;
    position: relative;
}

.nav_category_list .category1_list .category1 {
    display: block;
    font-size: 0.3rem;
}

.nav_category_list .category1_list .category2_list_open {
    position: absolute;
    top: 0;
    right: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    transition: all 0.6s;
    transform: rotateZ(90deg);
    font-size: 0.26rem;
    color: #f4b908;
}

.nav_category_list .category1_list .category2_list {
    display: none;
    padding: 0 0.3rem 0.3rem;
}

.nav_category_list .category1_list .category2_list.open {
	display: block;
}

.nav_category_list .category1_list .category2_list>li {
    line-height: 0.8rem;
    border-bottom: 1px solid #bdbdbd;
}

.nav_category_list .category1_list .category2_list a {
    font-size: 0.28rem;
    display: block;
}

.nav_category_list .category1_list .active {
    color: #f4b908;
}

.nav_category_list .category1_list .category2_list_open.open {
    transform: rotateZ(-90deg);
}

.nav_category_list a.category1_list_open.open {
    transform: rotateZ(-90deg);
}

.nav_page_list {
    position: relative;
    top: -0.5rem;
    z-index: 50;
}

.nav_page_list .title {font-size: 0.34rem;color: #ffffff;text-align: center;height: 0.8rem;line-height: 0.8rem;padding-right: 0.8rem;background-color: #f4b908;}

.nav_page_list .page1_list_open {
    position: absolute;
    right: 2%;
    top: 0;
    height: 0.8rem;
    width: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #ffffff;
    transition: all 0.6s;
    transform: rotateZ(
90deg
);
    font-size: 0.3rem;
}

.nav_page_list .page1_list {
    display: none;
    border-left: 1px solid #f4b908;
    border-right: 1px solid #f4b908;
    border-bottom: 1px solid #f4b908;
    font-size: 0;
}

.nav_page_list .page1_list li {
    display: inline-block;
}

.nav_page_list .page1_list li a {
    display: block;
    font-size: 0.28rem;
    padding: 0.1rem 0.2rem;
    margin: 0.2rem 0.1rem;
    border-radius: 4px;
    border: 1px solid #f4b908;
    background: #ffffff;
}

.nav_page_list .page1_list li a.active {
    background: #f4b908;
    color: #ffffff;
}

.nav_page_list a.page_list_open.open {
    transform: rotateZ(-90deg);
}

}